home *** CD-ROM | disk | FTP | other *** search
/ Clickx 34 / Clickx 34.iso / assets / software / tutorial / sez4.swf / scripts / DefineButton2_5 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2007-01-17  |  64 b   |  5 lines

  1. on(rollOver){
  2.    Mouse.hide();
  3.    cursor._visible = true;
  4. }
  5.